home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMSHUTDOWNTIMEOUTS / TFRMSHUTDOWNTIMEOUTS.txt
Text File  |  2008-10-30  |  3KB  |  153 lines

  1. object frmShutdownTimeouts: TfrmShutdownTimeouts
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbServiceTimeout: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 144
  18.     Caption = 'gbServiceTimeout'
  19.     TabOrder = 0
  20.     object lblServiceTimeout: TAxLabel
  21.       Left = 24
  22.       Top = 30
  23.       Width = 560
  24.       Height = 48
  25.       WordWrap = True
  26.       Transparent = True
  27.       AutoSize = False
  28.       Caption = 'lblServiceTimeout'
  29.       ShowAccelChar = True
  30.     end
  31.     object lblSrv5: TAxLabel
  32.       Left = 25
  33.       Top = 84
  34.       Width = 7
  35.       Height = 16
  36.       WordWrap = False
  37.       Transparent = True
  38.       Caption = '1'
  39.       ShowAccelChar = True
  40.     end
  41.     object lblSrvValue: TAxLabel
  42.       Left = 59
  43.       Top = 84
  44.       Width = 286
  45.       Height = 16
  46.       WordWrap = False
  47.       Alignment = taCenter
  48.       Transparent = True
  49.       AutoSize = False
  50.       Caption = 'lblSrvValue'
  51.       ShowAccelChar = True
  52.     end
  53.     object lblSrv30: TAxLabel
  54.       Left = 364
  55.       Top = 84
  56.       Width = 14
  57.       Height = 16
  58.       WordWrap = False
  59.       Alignment = taRightJustify
  60.       Transparent = True
  61.       Caption = '30'
  62.       ShowAccelChar = True
  63.     end
  64.     object tbService: TTrackBar
  65.       Left = 19
  66.       Top = 104
  67.       Width = 366
  68.       Height = 25
  69.       Ctl3D = True
  70.       Max = 30
  71.       Min = 1
  72.       ParentCtl3D = False
  73.       Position = 5
  74.       TabOrder = 0
  75.       OnChange = tbChanged
  76.     end
  77.   end
  78.   object gbAppTimeout: TGroupBox
  79.     Left = 16
  80.     Top = 161
  81.     Width = 605
  82.     Height = 180
  83.     Caption = 'gbAppTimeout'
  84.     TabOrder = 1
  85.     object lblAppTimeout: TAxLabel
  86.       Left = 24
  87.       Top = 30
  88.       Width = 550
  89.       Height = 48
  90.       WordWrap = True
  91.       Transparent = True
  92.       AutoSize = False
  93.       Caption = 'lblAppTimeout'
  94.       ShowAccelChar = True
  95.     end
  96.     object lblApp5: TAxLabel
  97.       Left = 25
  98.       Top = 88
  99.       Width = 7
  100.       Height = 16
  101.       WordWrap = False
  102.       Transparent = True
  103.       Caption = '1'
  104.       ShowAccelChar = True
  105.     end
  106.     object lblAppValue: TAxLabel
  107.       Left = 59
  108.       Top = 88
  109.       Width = 286
  110.       Height = 16
  111.       WordWrap = False
  112.       Alignment = taCenter
  113.       Transparent = True
  114.       AutoSize = False
  115.       Caption = 'lblAppValue'
  116.       ShowAccelChar = True
  117.     end
  118.     object lblApp30: TAxLabel
  119.       Left = 364
  120.       Top = 88
  121.       Width = 14
  122.       Height = 16
  123.       WordWrap = False
  124.       Alignment = taRightJustify
  125.       Transparent = True
  126.       Caption = '30'
  127.       ShowAccelChar = True
  128.     end
  129.     object tbApp: TTrackBar
  130.       Left = 19
  131.       Top = 108
  132.       Width = 366
  133.       Height = 25
  134.       Ctl3D = True
  135.       Max = 30
  136.       Min = 1
  137.       ParentCtl3D = False
  138.       Position = 5
  139.       TabOrder = 0
  140.       OnChange = tbChanged
  141.     end
  142.     object cbAutoEndTask: TCheckBox
  143.       Left = 24
  144.       Top = 150
  145.       Width = 550
  146.       Height = 17
  147.       Caption = 'cbAutoEndTask'
  148.       TabOrder = 1
  149.       OnClick = cbAutoEndTaskClick
  150.     end
  151.   end
  152. end
  153.